home *** CD-ROM | disk | FTP | other *** search
/ Mastering Internet Develo…oft ActiveX Technologies / Mastering Internet Development with ActiveX (1996)(Microsoft).iso / labs / lab10.2 / solution / echo.def < prev    next >
Text File  |  1996-07-16  |  134b  |  8 lines

  1. ; ECHO.def : declares the module parameters for the DLL.
  2.  
  3. LIBRARY         "ECHO"
  4.  
  5. EXPORTS
  6.     HttpExtensionProc
  7.     GetExtensionVersion
  8.